home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cug191 / contents.dsk < prev    next >
Text File  |  1979-12-31  |  3KB  |  64 lines

  1. The programs on this disk were contributed by Phillip Emerson (pe),
  2. Jon Herbold (jh), Paul Canniff (pc) and George V. Woodley (gvw).
  3.  
  4.  Filename         description
  5. -------------------------------------------------------------------
  6. Files contributed by Paul Canniff:
  7.  SOUND.H        Header for C files
  8.  SOUNDP.H       Prototyping header
  9.  SOUND.C        A sound effects function library.
  10.  SOUNDOUT.C     Tested with Lattice and Aztec C.
  11.  SOUNDCTL.C     For PC compatibles
  12.  PLAY.C                /
  13.  SPKRCTL.C            /
  14.  SOUNDINT.ASZ    Assembler source, Aztec
  15.  DELAY.ASZ           "       "      "
  16.  SOUNDINT.ASE    Assembler source, Ecosoft
  17.  DELAY.ASE           "       "      "
  18.  SOUNDINT.ASL    Assembler source, Lattice
  19.  DELAY.ASL           "       "      "
  20.  SOUNDTST.C      Sample program
  21.  SOUND.DOC       Complete documentation (WS)
  22.  SOUND.TXT       Complete Documentation (ASCII)
  23.  
  24. Files contributed by Phillip L. Emerson:
  25.  CLINK.DOC       Documentation for linker which extracts
  26.                  functions from source (not object) libraries.
  27.  CLINK80.C       Source code for a version of CLINK compilable
  28.                  by Software Toolworks' C/80.
  29.  CLINK.C         Source code for a version that should be
  30.                  more easily ported to other compilers.
  31.  PORTING.DOC     Ideas on porting CLINK to other systems.
  32.  TESTC.B         A simple illustration program that calls functions
  33.                  defined in a library file.  Configured for
  34.                  Software-Toolworks' MS-DOS C compiler and Mathpak.
  35.  USRLIB.B        A simple illustration library file.
  36.  LIBKEY.B        The index file derived by CLINK, from USRLIB.B
  37.                  the first time the library file was referenced.
  38.  TESTC.C         The output of CLINK, with TESTC.B as the input
  39.                  program file, and USRLIB.B as the library file.
  40.  
  41. Files contributed by George V. Woodley:
  42.  W_FORM.C        Fill a McVicar Window with a form from a file.
  43.  W_CHATTR.C      Change the attributes of a message on a
  44.                  C_WINDOW.
  45.  DEMO.C          Demonstrates the use of W_FORM and W_CHATTR.
  46.  DEMO.EXE        Executable version of the above.
  47.  DEMO.OBJ        Demo program,  compiled with Microsoft C v.3.0
  48.  DEMO.FRM        Form file used by DEMO.C
  49.                  (Created with the BRIEF editor).
  50.  LL.BAT          Link DEMO.EXE,  implicitly using Microsoft
  51.                  small model library.
  52.  C_WDEF.H        Include file for C Windowing Toolbox.
  53.  STD.H           Include file for all C modules on this disk.
  54.  C_WINDOW.OBJ C  Windowing Package, compiled with Microsoft C v.3.0
  55.  W_CHATTR.OBJ    Object file for W_CHATTR,  compiled
  56.                  with Microsoft C v.3.0
  57.  W_FORM.OBJ      Object file for W_FORM,  compiled
  58.                  with Microsoft C v.3.0
  59.  
  60. These files were contributed by Jon Herbold
  61.  CFLOW.C         Abstracts function calls and definitions
  62.  CFLOW.EXE       from a C source file.
  63.  
  64.